projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b3bd16e
)
Fix compilation warning: Use G_ENABLE_DEBUG to enable the var
author
Javier Jardón
<jjardon@gnome.org>
Mon, 12 Apr 2010 18:43:18 +0000
(20:43 +0200)
committer
Javier Jardón
<jjardon@gnome.org>
Mon, 12 Apr 2010 20:10:34 +0000
(22:10 +0200)
gtk/gtktrayicon-x11.c
patch
|
blob
|
history
diff --git
a/gtk/gtktrayicon-x11.c
b/gtk/gtktrayicon-x11.c
index 49fd86a95648ed706776aa0e018806e9457f3de8..8e7f7cbfcdbee254adde5c1120f7f7a154784375 100644
(file)
--- a/
gtk/gtktrayicon-x11.c
+++ b/
gtk/gtktrayicon-x11.c
@@
-545,7
+545,9
@@
static gboolean
gtk_tray_icon_delete (GtkWidget *widget,
GdkEventAny *event)
{
+#ifdef G_ENABLE_DEBUG
GtkTrayIcon *icon = GTK_TRAY_ICON (widget);
+#endif
GTK_NOTE (PLUGSOCKET,
g_print ("GtkStatusIcon %p: delete notify, tray manager window %lx\n",